

'Declaration
Public MustInherit Class IndexedGroup
(Of TKey,T)
Inherits IndexedGroup(Of T)
Implements C1.LiveLinq.Indexing.IIndexedSource(Of T)
public abstract class IndexedGroup<TKey,T> : IndexedGroup<T>, C1.LiveLinq.Indexing.IIndexedSource<T>
System.Object
C1.LiveLinq.Indexing.Search.IndexQuery<T>
C1.LiveLinq.Indexing.Search.IndexedGroup<T>
C1.LiveLinq.Indexing.Search.IndexedGroup<TKey,T>